home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17307 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: ix.netcom.com!netnews
  2. From: pwallin@ix.netcom.com(Patrick Wallin )
  3. Newsgroups: comp.lang.c++
  4. Subject: New Beginner for Visual C++ - Question
  5. Date: 14 Apr 1996 19:35:53 GMT
  6. Organization: Netcom
  7. Message-ID: <4krk2p$8mt@reader2.ix.netcom.com>
  8. References: <doug-1304962242380001@port4.lightlink.com>
  9. NNTP-Posting-Host: lap-ca2-17.ix.netcom.com
  10. X-NETCOM-Date: Sun Apr 14 12:35:53 PM PDT 1996
  11.  
  12. Hello!
  13.  
  14. I am a beginner and learner for Visual C++ Version 1.5. I know C++ and
  15. some concept of windows programming, but although I have a question
  16. that I may be blind at that moment.
  17.  
  18. When I created a blink windows (for just starting), I looked through
  19. the source and header files.  The class of CExampleView is a derived of
  20. base class CView.   I do not see any "include" file for CView in the
  21. header file for the class CExampleView. 
  22.  
  23. For example, the following line of code is in the header file that does
  24. not have any "includes" file for CView:
  25.     Class CExampleView : public CView
  26.  
  27.  
  28. Can you please tell me where CView class is? And how did Visual C++
  29. know when to call CView default (own) class?
  30.  
  31.  
  32.